nav .navbar .links li:first-child a {
    color: #000000d4;
}

nav .navbar .links li:nth-child(2) a {
    color: #f48333;
}

.sec1a {
    max-width: 1800px;
    margin: auto;
    height: 500px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.554)), url(../images/About\ Us.jpg);
    background-position: center;
    background-size: 100% 200%;
    text-align: center;
    padding-top: 380px;
    color: white;
    font-size: 40px;
    margin-top: -120px;
}

.sec1a h1 {
    font-size: 45px;
    color: rgb(255, 255, 255);
    font-weight: 400;
}


.about-color-box {
    max-width: 1800px;
    margin: auto;
    height: 300px;
    /* background-color: rgb(53, 43, 195); */
}


@media screen and (max-width: 900px) {

    .sec1a {
        background-size: 150% 100%;
        height: 450px;
    }

    .sec1a h1 {
        font-size: 35px;
    }


}